Name :String concatenation
Symbol :CONCAT
Illustrate:
Concatenate the strings IN1 and IN2.
Image:
Parameter:
| Parameter | Statement | Type | Description |
|---|---|---|---|
| IN1 | Input | STRING | Enter the string IN1 |
| IN2 | Input | STRING | Enter the string IN2 |
| OUT | Output | STRING | Output string |
Example:
LD:
ST:
Interpretation:
| parameter | operand | value |
|---|---|---|
| IN1 | TagIn1 | Enter a value:’abcdefg’ |
| IN2 | TagIn2 | Enter a value:’0123’ |
| OUT | OUT_out | Output value:’abcdefg0123’ |
IN1 and IN2 input string type data, and OUT outputs the concatenated string.